home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / dedmatic.arc / DEDINST.BAT < prev    next >
DOS Batch File  |  1985-05-08  |  491b  |  18 lines

  1. echo off
  2. c:
  3. cd\
  4. copy autoexec.bat temp24
  5. mkdir c:\deduct
  6. copy a:*.* c:\deduct
  7. del autoexec.bat
  8. copy a:dedstart.bat+temp24 c:autoexec.bat
  9. del c:temp24
  10. del c:\deduct\option*.bat
  11. del c:\deduct\dedinst.bat
  12. del c:\deduct\hardinst.bat
  13. echo **********************************************************
  14. echo Deduct-a-Matic is now installed in subdirectory C:\deduct.
  15. echo To use it, Please refer to the manual.
  16. echo **********************************************************
  17. echo on
  18.